UpdateCustomer
open class UpdateCustomer
A data object used to update customers with
-
The ID of this customer
Declaration
Swift
public var id: String?
-
The email of this customer
Declaration
Swift
public var email: String?
-
The name of this customer
Declaration
Swift
public var name: String?
-
The password of this customer
Declaration
Swift
public var password: String?