Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 995 Bytes

TenderCardDetails.md

File metadata and controls

13 lines (9 loc) · 995 Bytes

TenderCardDetails

Properties

Name Getter Setter Type Description Notes
status getStatus() setStatus($value) string The credit card payment's current state (such as `AUTHORIZED` or `CAPTURED`). See TenderCardDetailsStatus for possible values. [optional]
card getCard() setCard($value) \SquareConnect\Model\Card The credit card's non-confidential details. [optional]
entry_method getEntryMethod() setEntryMethod($value) string The method used to enter the card's details for the transaction. [optional]

Note: All properties are protected and only accessed via getters and setters.

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