SubmitDetailsParams
Type of the parameters object required by /makePayment endpoint
export interface SubmitDetailsParams {
componentData: any;
paymentId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
componentData | Required | any | |
paymentId | Required | string |