Skip to content

Commit 52f5cbc

Browse files
authored
Merge pull request #714 from recurly/v3-v2021-02-25-14311730742
Generated Latest Changes for v2021-02-25
2 parents 9809381 + c3fbf7f commit 52f5cbc

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

openapi/api.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21322,8 +21322,8 @@ components:
2132221322
type: string
2132321323
title: Token
2132421324
description: Reference value used when the external token was created. If
21325-
Stripe gateway is used, this value will need to be accompanied by its
21326-
reference_type.
21325+
a Stripe gateway or Ebanx gateway is used, this value will need to be
21326+
accompanied by its reference_type.
2132721327
reference_type:
2132821328
type: string
2132921329
title: Reference Type
@@ -23682,7 +23682,7 @@ components:
2368223682
type: string
2368323683
format: date-time
2368423684
title: Start date
23685-
description: If set, the subscription will begin in the future on this date.
23685+
description: If set, the subscription will begin on this specified date.
2368623686
The subscription will apply the setup fee and trial period, unless the
2368723687
plan has no trial.
2368823688
next_bill_date:
@@ -23855,7 +23855,7 @@ components:
2385523855
type: string
2385623856
format: date-time
2385723857
title: Start date
23858-
description: If set, the subscription will begin in the future on this date.
23858+
description: If set, the subscription will begin on this specified date.
2385923859
The subscription will apply the setup fee and trial period, unless the
2386023860
plan has no trial.
2386123861
next_bill_date:
@@ -26564,11 +26564,12 @@ components:
2656426564
PaymentGatewayReferencesEnum:
2656526565
type: string
2656626566
description: The type of reference token. Required if token is passed in for
26567-
Stripe Gateway.
26567+
Stripe Gateway or Ebanx UPI.
2656826568
enum:
2656926569
- stripe_confirmation_token
2657026570
- stripe_customer
2657126571
- stripe_payment_method
26572+
- upi_vpa
2657226573
GatewayTransactionTypeEnum:
2657326574
type: string
2657426575
enum:

recurly/resources.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,9 +472,9 @@ class PaymentGatewayReferences(Resource):
472472
Attributes
473473
----------
474474
reference_type : str
475-
The type of reference token. Required if token is passed in for Stripe Gateway.
475+
The type of reference token. Required if token is passed in for Stripe Gateway or Ebanx UPI.
476476
token : str
477-
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.
477+
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.
478478
"""
479479

480480
schema = {

0 commit comments

Comments
 (0)