Charge.php
3 years ago
Create_Customer.php
4 years ago
Create_Customer_Card.php
4 years ago
Create_Payment.php
3 years ago
Get_Customer.php
3 years ago
Get_Gift_Card.php
3 years ago
Refund.php
4 years ago
Get_Gift_Card.php
17 lines
| 1 | <?php |
| 2 | |
| 3 | namespace WooCommerce\Square\Gateway\API\Responses; |
| 4 | |
| 5 | defined( 'ABSPATH' ) || exit; |
| 6 | |
| 7 | /** |
| 8 | * Get customer response. |
| 9 | * |
| 10 | * @since 3.7.0 |
| 11 | * |
| 12 | * @method \Square\Models\RetrieveCustomerResponse|array get_data() |
| 13 | */ |
| 14 | class Get_Gift_Card extends \WooCommerce\Square\Gateway\API\Response { |
| 15 | // For future use. |
| 16 | } |
| 17 |