You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
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 |