BillingFormAddress

data class BillingFormAddress @JvmOverloads constructor(val name: String? = null, val address: Address? = null, val phone: Phone? = null)

Parameters

name
  • represent the cardHolderName in Billing form

address
  • Address represent the payment source owner's billing address in Billing form

phone
  • Phone represent the payment source owner's billing phone in Billing form

Constructors

Link copied to clipboard
constructor(name: String? = null, address: Address? = null, phone: Phone? = null)

Properties

Link copied to clipboard
val address: Address? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val phone: Phone? = null