Payment Logistics
@Serializable
배송정보
Constructors
Link copied to clipboard
constructor(company: PaymentLogisticsCompany, invoiceNumber: String, sentAt: @Serializable(with = InstantSerializer::class ) Instant, receivedAt: @Serializable(with = InstantSerializer::class ) Instant? = null, address: SeparatedAddressInput? = null)