class Braintree::Operations::ChargePaymentMethod

Defined in:

operations/charge_payment_method.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def amount : String #

[View source]
def payment_method : String #

[View source]
def transaction_fields : Array(Symbol) | Nil #

[View source]
def variables_builder(json) #

[View source]