From c3fbf7f28be3159a636d21fe1bb4bd90a41f1aea Mon Sep 17 00:00:00 2001 From: Recurly Integrations Date: Mon, 7 Apr 2025 14:25:11 +0000 Subject: [PATCH] Generated Latest Changes for v2021-02-25 --- openapi/api.yaml | 11 ++++++----- recurly/resources.py | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/openapi/api.yaml b/openapi/api.yaml index 28a59b34..63e138e9 100644 --- a/openapi/api.yaml +++ b/openapi/api.yaml @@ -21322,8 +21322,8 @@ components: type: string title: Token description: Reference value used when the external token was created. If - Stripe gateway is used, this value will need to be accompanied by its - reference_type. + a Stripe gateway or Ebanx gateway is used, this value will need to be + accompanied by its reference_type. reference_type: type: string title: Reference Type @@ -23682,7 +23682,7 @@ components: type: string format: date-time title: Start date - description: If set, the subscription will begin in the future on this date. + description: If set, the subscription will begin on this specified date. The subscription will apply the setup fee and trial period, unless the plan has no trial. next_bill_date: @@ -23855,7 +23855,7 @@ components: type: string format: date-time title: Start date - description: If set, the subscription will begin in the future on this date. + description: If set, the subscription will begin on this specified date. The subscription will apply the setup fee and trial period, unless the plan has no trial. next_bill_date: @@ -26564,11 +26564,12 @@ components: PaymentGatewayReferencesEnum: type: string description: The type of reference token. Required if token is passed in for - Stripe Gateway. + Stripe Gateway or Ebanx UPI. enum: - stripe_confirmation_token - stripe_customer - stripe_payment_method + - upi_vpa GatewayTransactionTypeEnum: type: string enum: diff --git a/recurly/resources.py b/recurly/resources.py index 7c5230b8..fa99465b 100644 --- a/recurly/resources.py +++ b/recurly/resources.py @@ -472,9 +472,9 @@ class PaymentGatewayReferences(Resource): Attributes ---------- reference_type : str - The type of reference token. Required if token is passed in for Stripe Gateway. + The type of reference token. Required if token is passed in for Stripe Gateway or Ebanx UPI. token : str - Reference value used when the external token was created. If Stripe gateway is used, this value will need to be accompanied by its reference_type. + Reference value used when the external token was created. If a Stripe gateway or Ebanx gateway is used, this value will need to be accompanied by its reference_type. """ schema = {