PaymentRequest_2
PaymentRequest
export interface PaymentRequest {
'mappingLabels'?: {
[key: string]: string;
};
'parameters'?: {
[key: string]: string;
};
'postUrl'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
mappingLabels | Optional | { [key: string]: string; } | {{ [key: string]: string; }} PaymentRequest |
parameters | Optional | { [key: string]: string; } | {{ [key: string]: string; }} PaymentRequest |
postUrl | Optional | string | {string} PaymentRequest |