Skip to content

Commit

Permalink
add next_payment_date to PreApprovalResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucaso1 authored Mar 20, 2024
1 parent ac8434d commit 07588a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clients/preApproval/commonTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ export declare interface PreApprovalResponse extends ApiResponse {
payment_method_id?: string | null;
first_invoice_offset?: string | null;
back_url?: string;
next_payment_date?: string;
}

0 comments on commit 07588a2

Please sign in to comment.