Delivered Payment Escrow
@Serializable
@SerialName(value = "DELIVERED" )
배송 완료
Constructors
Link copied to clipboard
constructor(company: String, invoiceNumber: String, sentAt: @Serializable(with = InstantSerializer::class ) Instant? = null, appliedAt: @Serializable(with = InstantSerializer::class ) Instant? = null)