Execute Payment Method Confirm Response
amerta / Execute Payment Method Action / ExecutePaymentMethodConfirmResponse
Type Alias: ExecutePaymentMethodConfirmResponse
ExecutePaymentMethodConfirmResponse = {
amount?:number;billingAddress?:Order["billingAddress"];currency?:string;error?:string;redirectTo?:string; }
Defined in: amerta/payload/collections/Payment/PaymentMethods/handlers/execute-payment-method-confirm.ts:19
Properties
amount?
optionalamount:number
Defined in: amerta/payload/collections/Payment/PaymentMethods/handlers/execute-payment-method-confirm.ts:21
billingAddress?
optionalbillingAddress:Order["billingAddress"]
Defined in: amerta/payload/collections/Payment/PaymentMethods/handlers/execute-payment-method-confirm.ts:24
currency?
optionalcurrency:string
Defined in: amerta/payload/collections/Payment/PaymentMethods/handlers/execute-payment-method-confirm.ts:22
error?
optionalerror:string
Defined in: amerta/payload/collections/Payment/PaymentMethods/handlers/execute-payment-method-confirm.ts:20
redirectTo?
optionalredirectTo:string
Defined in: amerta/payload/collections/Payment/PaymentMethods/handlers/execute-payment-method-confirm.ts:23