class Stripe::Recipient

Recipients objects are deprecated. Please use Stripe Connect instead.

Constants

OBJECT_NAME

Public Instance Methods

transfers() click to toggle source
# File lib/stripe/resources/recipient.rb, line 13
def transfers
  Transfer.all({ recipient: id }, @api_key)
end