diff --git a/src/services/billingRequestFlowService.ts b/src/services/billingRequestFlowService.ts index 79ff782..98ef5f3 100644 --- a/src/services/billingRequestFlowService.ts +++ b/src/services/billingRequestFlowService.ts @@ -32,6 +32,13 @@ interface BillingRequestFlowCreateRequest { lock_bank_account?: boolean; + // If true, the payer will not be able to change their currency/scheme manually + // within the flow. Note that this only applies to the mandate only flows - + // currency/scheme can never be changed when there is a specified subscription + // or payment. + + lock_currency?: boolean; + // If true, the payer will not be able to edit their customer details within the // flow. If the customer details are collected as part of bank_authorisation // then GC will set this value to true mid flow diff --git a/src/services/billingRequestService.ts b/src/services/billingRequestService.ts index b8ecad8..0af9adf 100644 --- a/src/services/billingRequestService.ts +++ b/src/services/billingRequestService.ts @@ -37,6 +37,7 @@ interface BillingRequestListRequest { //