Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.23 KB

PaymentCardResource.md

File metadata and controls

20 lines (16 loc) · 1.23 KB

PaymentCardResource

Properties

Name Type Description Notes
id int User Id. [optional]
owner \Ageras\Api\PaymentCardOwnerResource [optional]
provider \Ageras\Api\PaymentProviderResource [optional]
card_name string Card name. [optional]
card_type string Type of card [optional]
card_mask string Card mask. [optional]
expiration \Ageras\Api\PaymentCardExpirationResource [optional]
is_being_used bool Is payment card is being used in any package. [optional] [default to false]
is_preferred bool If this payment card is the preferred payment method. [optional] [default to false]
payment_method \Ageras\Api\NestedPaymentMethodResource [optional]
data \Ageras\Api\PaymentCardDataResource [optional]

[Back to Model list] [Back to API list] [Back to README]