Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.36 KB

CheckoutPaymentInfo.md

File metadata and controls

11 lines (7 loc) · 1.36 KB

CheckoutPaymentInfo

Properties

Name Type Description Notes
type string The type of payment. Possible values are: * CreditCard - Indicates that this payment item is a credit card. * StoredCard - Indicates that this payment item is a credit card stored on the client’s account. * EncryptedTrackData - Indicates that this payment item is a swiped credit card. * TrackData - Indicates that this payment item is a swiped credit card. * DebitAccount - Indicates that funds should be debited from the client’s account. * Custom - Indicates that this payment item is a custom payment method configured by the business. * Comp - Indicates that this payment item is making all or part of the cart’s total complementary. * Cash - Indicates that this payment item is cash. * Check - Indicates that this payment item is a check. * GiftCard - Indicates that this payment item is a gift card. [optional]
metadata map[string,object] Contains information about the cart’s payments. See Payment Item Metadata for more information. [optional]

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