빌키 에스크로 추가 api 연ㄱㅕㄹ
This commit is contained in:
@@ -451,3 +451,22 @@ export interface CashReceiptManualIssueResponse {
|
||||
issueDateTime: string,
|
||||
issueResult: SuccessResult
|
||||
};
|
||||
export interface BillingChargeParams {
|
||||
billKey: string;
|
||||
productName: string;
|
||||
productAmount: number | string;
|
||||
orderNumber: string;
|
||||
buyerName: string;
|
||||
paymentRequestDate: string;
|
||||
installmentMonth: string;
|
||||
};
|
||||
export interface BillingChargeResponse {
|
||||
|
||||
};
|
||||
export interface EscrowMailResendParams {
|
||||
orderNumber?: string;
|
||||
tid?: string;
|
||||
};
|
||||
export interface EscrowMailResendResponse {
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user