DocumentationCollectionsPaymentMethodsHandlersType aliases

Execute Payment Method Confirm Response

amerta


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?

optional amount: number

Defined in: amerta/payload/collections/Payment/PaymentMethods/handlers/execute-payment-method-confirm.ts:21


billingAddress?

optional billingAddress: Order["billingAddress"]

Defined in: amerta/payload/collections/Payment/PaymentMethods/handlers/execute-payment-method-confirm.ts:24


currency?

optional currency: string

Defined in: amerta/payload/collections/Payment/PaymentMethods/handlers/execute-payment-method-confirm.ts:22


error?

optional error: string

Defined in: amerta/payload/collections/Payment/PaymentMethods/handlers/execute-payment-method-confirm.ts:20


redirectTo?

optional redirectTo: string

Defined in: amerta/payload/collections/Payment/PaymentMethods/handlers/execute-payment-method-confirm.ts:23