Method: PaypalServerSdk::PaymentTokenRequest.names
- Defined in:
- lib/paypal_server_sdk/models/payment_token_request.rb
.names ⇒ Object
A mapping from model property names to API property names.
23 24 25 26 27 28 |
# File 'lib/paypal_server_sdk/models/payment_token_request.rb', line 23 def self.names @_hash = {} if @_hash.nil? @_hash['customer'] = 'customer' @_hash['payment_source'] = 'payment_source' @_hash end |