Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated Latest Changes for v2021-02-25 #663

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 31 additions & 6 deletions openapi/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17256,8 +17256,8 @@ components:
type: string
title: Invoice Template ID
description: Unique ID to identify an invoice template. Available when
the site is on a Pro or Enterprise plan. Used to specify which invoice
template, if any, should be used to generate invoices for the account.
the site is on a Pro or Elite plan. Used to specify which invoice template,
if any, should be used to generate invoices for the account.
address:
"$ref": "#/components/schemas/Address"
billing_info:
Expand Down Expand Up @@ -17355,10 +17355,10 @@ components:
type: string
title: Invoice Template ID
description: Unique ID to identify an invoice template. Available when the
site is on a Pro or Enterprise plan. Used to specify if a non-default
invoice template will be used to generate invoices for the account. For
sites without multiple invoice templates enabled, the default template
will always be used.
site is on a Pro or Elite plan. Used to specify if a non-default invoice
template will be used to generate invoices for the account. For sites
without multiple invoice templates enabled, the default template will
always be used.
address:
"$ref": "#/components/schemas/Address"
billing_info:
Expand Down Expand Up @@ -17511,6 +17511,11 @@ components:
type: string
title: Country
description: Country, 2-letter ISO 3166-1 alpha-2 code.
geo_code:
type: string
maxLength: 20
description: Code that represents a geographic entity (location or object).
Only returned for Sling Vertex Integration
AddressWithName:
allOf:
- "$ref": "#/components/schemas/Address"
Expand Down Expand Up @@ -18215,6 +18220,9 @@ components:
paypal_billing_agreement_id:
type: string
title: PayPal billing agreement ID
roku_billing_agreement_id:
type: string
title: Roku's CIB if billing through Roku
fraud_session_id:
type: string
title: Fraud Session ID
Expand Down Expand Up @@ -21107,6 +21115,11 @@ components:
type: string
maxLength: 50
description: Country, 2-letter ISO 3166-1 alpha-2 code.
geo_code:
type: string
maxLength: 20
description: Code that represents a geographic entity (location or object).
Only returned for Sling Vertex Integration
created_at:
type: string
title: Created at
Expand Down Expand Up @@ -21158,6 +21171,11 @@ components:
type: string
maxLength: 20
description: Zip or postal code.
geo_code:
type: string
maxLength: 20
description: Code that represents a geographic entity (location or object).
Only returned for Sling Vertex Integration
country:
type: string
maxLength: 50
Expand Down Expand Up @@ -21412,6 +21430,11 @@ components:
type: string
maxLength: 50
description: Country, 2-letter ISO 3166-1 alpha-2 code.
geo_code:
type: string
maxLength: 20
description: Code that represents a geographic entity (location or object).
Only returned for Sling Vertex Integration
Site:
type: object
properties:
Expand Down Expand Up @@ -24979,6 +25002,7 @@ components:
- check
- credit_card
- eft
- google_pay
- money_order
- other
- paypal
Expand Down Expand Up @@ -25172,6 +25196,7 @@ components:
- credit_card
- eft
- gateway_token
- google_pay
- iban_bank_account
- money_order
- other
Expand Down
14 changes: 13 additions & 1 deletion recurly/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class Address(Resource):
City
country : str
Country, 2-letter ISO 3166-1 alpha-2 code.
geo_code : str
Code that represents a geographic entity (location or object). Only returned for Sling Vertex Integration
phone : str
Phone number
postal_code : str
Expand All @@ -70,6 +72,7 @@ class Address(Resource):
schema = {
"city": str,
"country": str,
"geo_code": str,
"phone": str,
"postal_code": str,
"region": str,
Expand Down Expand Up @@ -162,7 +165,7 @@ class Account(Resource):
The unique token for automatically logging the account in to the hosted management pages. You may automatically log the user into their hosted management pages by directing the user to: `https://{subdomain}.recurly.com/account/{hosted_login_token}`.
id : str
invoice_template_id : str
Unique ID to identify an invoice template. Available when the site is on a Pro or Enterprise plan. Used to specify if a non-default invoice template will be used to generate invoices for the account. For sites without multiple invoice templates enabled, the default template will always be used.
Unique ID to identify an invoice template. Available when the site is on a Pro or Elite plan. Used to specify if a non-default invoice template will be used to generate invoices for the account. For sites without multiple invoice templates enabled, the default template will always be used.
last_name : str
object : str
Object type
Expand Down Expand Up @@ -241,6 +244,8 @@ class ShippingAddress(Resource):
Created at
email : str
first_name : str
geo_code : str
Code that represents a geographic entity (location or object). Only returned for Sling Vertex Integration
id : str
Shipping Address ID
last_name : str
Expand All @@ -267,6 +272,7 @@ class ShippingAddress(Resource):
"created_at": datetime,
"email": str,
"first_name": str,
"geo_code": str,
"id": str,
"last_name": str,
"nickname": str,
Expand Down Expand Up @@ -838,6 +844,8 @@ class AddressWithName(Resource):
Country, 2-letter ISO 3166-1 alpha-2 code.
first_name : str
First name
geo_code : str
Code that represents a geographic entity (location or object). Only returned for Sling Vertex Integration
last_name : str
Last name
phone : str
Expand All @@ -856,6 +864,7 @@ class AddressWithName(Resource):
"city": str,
"country": str,
"first_name": str,
"geo_code": str,
"last_name": str,
"phone": str,
"postal_code": str,
Expand Down Expand Up @@ -1520,6 +1529,8 @@ class InvoiceAddress(Resource):
Country, 2-letter ISO 3166-1 alpha-2 code.
first_name : str
First name
geo_code : str
Code that represents a geographic entity (location or object). Only returned for Sling Vertex Integration
last_name : str
Last name
name_on_account : str
Expand All @@ -1541,6 +1552,7 @@ class InvoiceAddress(Resource):
"company": str,
"country": str,
"first_name": str,
"geo_code": str,
"last_name": str,
"name_on_account": str,
"phone": str,
Expand Down