Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.08 KB

File metadata and controls

18 lines (13 loc) · 1.08 KB

com.ultracart.admin.v2.Model.AutoOrderPaymentUpdateRequest

Properties

Name Type Description Notes
AttemptRebill bool Attempt to rebill the auto order immediately after the payment information is updated. Defaults to false. [optional]
CardExpirationMonth int Card expiration month (1-12) [optional]
CardExpirationYear int Card expiration year (four digit) [optional]
CardNumberToken string Hosted field token for the credit card number. Tokens are valid for two hours. [optional]
CardType string Credit card type. Optional. When the hosted field token carries the card type, the token wins. [optional]
CardVerificationNumberToken string Hosted field token for the card verification number (CVV). Required when the order has a vaulted card that must be re-vaulted. [optional]

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