FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
doc
/
models
Edit File: customer-details.md
# Customer Details Details about the customer making the payment. ## Structure `CustomerDetails` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `customerInitiated` | `?bool` | Optional | Indicates whether the customer initiated the payment. | getCustomerInitiated(): ?bool | setCustomerInitiated(?bool customerInitiated): void | | `sellerKeyedIn` | `?bool` | Optional | Indicates that the seller keyed in payment details on behalf of the customer.<br>This is used to flag a payment as Mail Order / Telephone Order (MOTO). | getSellerKeyedIn(): ?bool | setSellerKeyedIn(?bool sellerKeyedIn): void | ## Example (as JSON) ```json { "customer_initiated": false, "seller_keyed_in": false } ```
Save
Back