lib/stripe/resources/topup.rb in stripe-7.1.0 vs lib/stripe/resources/topup.rb in stripe-7.2.0.pre.beta.1

- old
+ new

@@ -1,8 +1,13 @@ # File generated from our OpenAPI spec # frozen_string_literal: true module Stripe + # To top up your Stripe balance, you create a top-up object. You can retrieve + # individual top-ups, as well as list all top-ups. Top-ups are identified by a + # unique, random ID. + # + # Related guide: [Topping Up your Platform Account](https://stripe.com/docs/connect/top-ups). class Topup < APIResource extend Stripe::APIOperations::Create extend Stripe::APIOperations::List include Stripe::APIOperations::Save