lib/stripe/resources/funding_instructions.rb in stripe-8.6.0.pre.beta.3 vs lib/stripe/resources/funding_instructions.rb in stripe-8.6.0.pre.beta.4
- old
+ new
@@ -4,10 +4,10 @@
module Stripe
# Each customer has a [`balance`](https://stripe.com/docs/api/customers/object#customer_object-balance) that is
# automatically applied to future invoices and payments using the `customer_balance` payment method.
# Customers can fund this balance by initiating a bank transfer to any account in the
# `financial_addresses` field.
- # Related guide: [Customer Balance - Funding Instructions](https://stripe.com/docs/payments/customer-balance/funding-instructions) to learn more
+ # Related guide: [Customer balance funding instructions](https://stripe.com/docs/payments/customer-balance/funding-instructions)
class FundingInstructions < APIResource
OBJECT_NAME = "funding_instructions"
def resource_url
if !respond_to?(:customer) || customer.nil?