GooglePayCustomerInfo

Properties

Link copied to clipboard
@SerializedName(value = "apiVersion")
var apiVersion: Int?
Link copied to clipboard
@SerializedName(value = "apiVersionMinor")
var apiVersionMinor: Int?
Link copied to clipboard
@SerializedName(value = "email")
var email: String?
Link copied to clipboard
@SerializedName(value = "paymentMethodData")
var paymentMethodData: GooglePayCustomerInfoPaymentMethodData?
Link copied to clipboard
@SerializedName(value = "shippingAddress")
var shippingAddress: GooglePayCustomerInfoShippingAddress?