Class: PayPal::SDK::AdaptivePayments::DataTypes::BaseAddress
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptivePayments::DataTypes::BaseAddress
- Defined in:
- lib/paypal-sdk/adaptive_payments/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
47 48 49 50 51 52 53 54 55 |
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 47 def self.load_members object_of :line1, String, :required => true object_of :line2, String object_of :city, String, :required => true object_of :state, String object_of :postalCode, String object_of :countryCode, String, :required => true object_of :type, String end |