Method: DocuSign_eSign::PaymentDetails.swagger_types

Defined in:
lib/docusign_esign/models/payment_details.rb

.swagger_typesObject

Attribute type mapping.



44
45
46
47
48
49
50
51
52
# File 'lib/docusign_esign/models/payment_details.rb', line 44

def self.swagger_types
  {
    :'currency_code' => :'String',
    :'gateway_account_id' => :'String',
    :'line_items' => :'Array<PaymentLineItem>',
    :'status' => :'String',
    :'total' => :'Money'
  }
end