PaymentLogistics

@Serializable
data class PaymentLogistics(val company: PaymentLogisticsCompany, val invoiceNumber: String, val sentAt: @Serializable(with = InstantSerializer::class) Instant, val receivedAt: @Serializable(with = InstantSerializer::class) Instant? = null, val address: SeparatedAddressInput? = null)

배송정보

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)

Properties

Link copied to clipboard

주소

Link copied to clipboard
Link copied to clipboard

송장번호

Link copied to clipboard
val receivedAt: @Serializable(with = InstantSerializer::class) Instant? = null

수령시점

Link copied to clipboard
val sentAt: @Serializable(with = InstantSerializer::class) Instant

발송시점