Method: Bfwd::BraintreeAuthCaptureRequest.attribute_map

Defined in:
lib/bf_ruby2/models/braintree_auth_capture_request.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# File 'lib/bf_ruby2/models/braintree_auth_capture_request.rb', line 76

def self.attribute_map
  {
    :'type' => :'@type',
    :'account_id' => :'accountID',
    :'gateway' => :'gateway',
    :'company_name' => :'companyName',
    :'email' => :'email',
    :'first_name' => :'firstName',
    :'last_name' => :'lastName',
    :'mobile' => :'mobile',
    :'default_payment_method' => :'defaultPaymentMethod',
    :'organization_id' => :'organizationID',
    :'payment_method_nonce' => :'paymentMethodNonce',
    :'device_data' => :'deviceData'
  }
end