Confirmed Payment Escrow
@Serializable
@SerialName(value = "CONFIRMED" )
구매 확정
Constructors
Link copied to clipboard
constructor(company: String, invoiceNumber: String, isAutomaticallyConfirmed: Boolean, sentAt: @Serializable(with = InstantSerializer::class ) Instant? = null, appliedAt: @Serializable(with = InstantSerializer::class ) Instant? = null)