TenderCardDetails

November 20, 2019 ยท View on GitHub

Description

Represents additional details of a tender with type CARD or SQUARE_GIFT_CARD

Properties

NameGetterSetterTypeDescriptionNotes
statusgetStatus()setStatus($value)stringThe credit card payment's current state (such as `AUTHORIZED` or `CAPTURED`). See `TenderCardDetailsStatus` for possible values. See TenderCardDetailsStatus for possible values[optional]
cardgetCard()setCard($value)\SquareConnect\Model\CardThe credit card's non-confidential details.[optional]
entry_methodgetEntryMethod()setEntryMethod($value)stringThe method used to enter the card's details for the transaction. See TenderCardDetailsEntryMethod for possible values[optional]

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

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