class Braintree::Operations::ChargePaymentMethod
Defined in:
operations/charge_payment_method.crConstructors
Instance Method Summary
- #amount : String
- #payment_method : String
- #transaction_fields : Array(Symbol) | Nil
- #variables_builder(json)
Instance methods inherited from class Braintree::Operations::Mutation
to_gql
to_gql
Constructor Detail
def self.new(payment_method : String, amount : String, transaction_fields : Nil | Array(Symbol) = nil)
#