Scheduled Payment Schedule
@Serializable
@SerialName(value = "SCHEDULED" )
결제 예약 완료 상태
Constructors
Link copied to clipboard
constructor(id: String, merchantId: String, storeId: String, paymentId: String, billingKey: String, orderName: String, isCulturalExpense: Boolean, isEscrow: Boolean, customer: Customer, customData: String, totalAmount: Long, currency: Currency, createdAt: @Serializable(with = InstantSerializer::class ) Instant, timeToPay: @Serializable(with = InstantSerializer::class ) Instant, taxFreeAmount: Long? = null, vatAmount: Long? = null, installmentMonth: Int? = null, noticeUrls: List<String>? = null, products: List<PaymentProduct>? = null)
Properties
Link copied to clipboard
빌링키
Link copied to clipboard
결제 예약 등록 시점
Link copied to clipboard
사용자 지정 데이터
Link copied to clipboard
할부 개월 수
Link copied to clipboard
문화비 지출 여부
Link copied to clipboard
고객사 아이디
Link copied to clipboard
웹훅 주소
Link copied to clipboard
상품 정보
Link copied to clipboard
면세액
Link copied to clipboard
결제 예정 시점
Link copied to clipboard
결제 총 금액