1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
|
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1503
def self.load_members
object_of :BillingAgreementID, String, :namespace => :ebl, :required => true
object_of :BillingAgreementDescription, String, :namespace => :ebl
object_of :BillingAgreementStatus, MerchantPullStatusCodeType, :namespace => :ebl, :required => true
object_of :BillingAgreementCustom, String, :namespace => :ebl
object_of :PayerInfo, PayerInfoType, :namespace => :ebl, :required => true
object_of :BillingAgreementMax, BasicAmountType, :namespace => :ebl
object_of :BillingAddress, AddressType, :namespace => :ebl
end
|