PaymentEscrowSenderInput

@Serializable
data class PaymentEscrowSenderInput(val name: String? = null, val phoneNumber: String? = null, val zipcode: String? = null, val relationship: String? = null, val address: SeparatedAddressInput? = null)

에스크로 발송자 정보

Constructors

Link copied to clipboard
constructor(name: String? = null, phoneNumber: String? = null, zipcode: String? = null, relationship: String? = null, address: SeparatedAddressInput? = null)

Properties

Link copied to clipboard

주소

Link copied to clipboard
val name: String? = null

이름

Link copied to clipboard
val phoneNumber: String? = null

전화번호

Link copied to clipboard
val relationship: String? = null

수취인과의 관계

Link copied to clipboard
val zipcode: String? = null

우편번호