We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff7a6fd + 49f19ea commit d686f44Copy full SHA for d686f44
src/clients/preApprovalPlan/commonTypes.ts
@@ -33,6 +33,7 @@ export declare type PaymentMethod = {
33
export declare type PreApprovalPlanRequest = {
34
back_url?: string;
35
reason?: string;
36
+ status?: string;
37
auto_recurring?: AutoRecurring;
38
payment_methods_allowed?: PaymentMethodsAllowed;
39
};
0 commit comments