Skip to content

Commit

Permalink
Changes from gocardless/gocardless-pro-ruby-template@3e2fe51aa80e847e…
Browse files Browse the repository at this point in the history
…22f80e97376ceecfd1145175
  • Loading branch information
gocardless-robot committed Oct 31, 2023
1 parent 6c185c8 commit f1603aa
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion lib/gocardless_pro/resources/billing_request_template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,21 @@ module GoCardlessPro
module Resources
# Represents an instance of a billing_request_template resource returned from the API

# Billing Request Templates
# Billing Request Templates are reusable templates that result in
# numerous Billing Requests with similar attributes. They provide
# a no-code solution for generating various types of multi-user payment
# links.
#
# Each template includes a reusable URL that can be embedded in a website
# or shared with customers via email. Every time the URL is opened,
# it generates a new Billing Request.
#
# Billing Request Templates overcome the key limitation of the Billing
# Request:
# a Billing Request cannot be shared among multiple users because it is
# intended
# for single-use and is designed to cater to the unique needs of individual
# customers.
class BillingRequestTemplate
attr_reader :authorisation_url
attr_reader :created_at
Expand Down

0 comments on commit f1603aa

Please sign in to comment.