From f1603aa1ce24ce9882c36598434ba20204a24e23 Mon Sep 17 00:00:00 2001 From: Robot Date: Tue, 31 Oct 2023 15:40:35 +0000 Subject: [PATCH] Changes from gocardless/gocardless-pro-ruby-template@3e2fe51aa80e847e22f80e97376ceecfd1145175 --- .../resources/billing_request_template.rb | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/gocardless_pro/resources/billing_request_template.rb b/lib/gocardless_pro/resources/billing_request_template.rb index ce4d284..b5fdd6d 100644 --- a/lib/gocardless_pro/resources/billing_request_template.rb +++ b/lib/gocardless_pro/resources/billing_request_template.rb @@ -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