@airwallex/node-sdk
Version:
Airwallex Node.js SDK
18 lines • 678 B
TypeScript
import { PaymentAcceptanceShopperDetails } from './paymentAcceptanceShopperDetails';
export interface PaymentAcceptanceCustomsDeclarationUpdateRequestRaw {
customs_code?: string;
merchant_customs_name?: string;
merchant_customs_number?: string;
request_id: string;
shopper_details?: PaymentAcceptanceShopperDetails;
sub_order_amount?: number;
}
export declare namespace PaymentAcceptanceCustomsDeclarationUpdateRequestRaw {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=paymentAcceptanceCustomsDeclarationUpdateRequestRaw.d.ts.map