Customer
data class Customer(val id: String?, val created: Int?, val updated: Int?, val livemode: Boolean?, val name: String?, val status: FrameObjects.CustomerStatus?, val phone: String?, val email: String?, val description: String?, val dateOfBirth: String?, val customerObject: String?, val shippingAddress: FrameObjects.BillingAddress?, val billingAddress: FrameObjects.BillingAddress?, val paymentMethods: List<FrameObjects.PaymentMethod>?)
A customer record on the Frame platform.
Constructors
Link copied to clipboard
constructor(id: String?, created: Int?, updated: Int?, livemode: Boolean?, name: String?, status: FrameObjects.CustomerStatus?, phone: String?, email: String?, description: String?, dateOfBirth: String?, customerObject: String?, shippingAddress: FrameObjects.BillingAddress?, billingAddress: FrameObjects.BillingAddress?, paymentMethods: List<FrameObjects.PaymentMethod>?)
Properties
Link copied to clipboard
Customer's billing address.
Link copied to clipboard
The Frame API object type string ("customer").
Link copied to clipboard
Date of birth in YYYY-MM-DD format.
Link copied to clipboard
Optional merchant-supplied description for this customer.
Link copied to clipboard
Payment methods attached to this customer.
Link copied to clipboard
Customer's shipping address.
Link copied to clipboard
Current CustomerStatus of this customer.