modifyEscrowLogistics

@JvmName(name = "modifyEscrowLogisticsSuspend")
suspend fun modifyEscrowLogistics(paymentId: String, sender: PaymentEscrowSenderInput? = null, receiver: PaymentEscrowReceiverInput? = null, logistics: PaymentLogistics, sendEmail: Boolean? = null, products: List<PaymentProduct>? = null): ModifyEscrowLogisticsResponse

에스크로 배송 정보 수정

에스크로 배송 정보를 수정합니다.

Parameters

paymentId

결제 건 아이디

sender

에스크로 발송자 정보

receiver

에스크로 수취인 정보

logistics

에스크로 물류 정보

sendEmail

이메일 알림 전송 여부

에스크로 구매 확정 시 이메일로 알림을 보낼지 여부입니다.

products

상품 정보

Throws