SquareAccountDetails

class SquareAccountDetails(val paymentSourceToken: String, val errors: List<ErrorDetails>?)

Details about a Square Account Payment.

Constructors

Link copied to clipboard
constructor(paymentSourceToken: String, errors: List<ErrorDetails>?)

Types

Link copied to clipboard
class Builder(paymentSourceToken: String, errors: List<ErrorDetails>?)

Lets developers create and configure Square Account details for automated testing.

Properties

Link copied to clipboard

Information about errors encountered during the request.

Link copied to clipboard

Unique identifier for the payment source used for this payment.