Class: PayPal::SDK::ButtonManagerRails::DataTypes::BillingAgreementDetailsType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager_rails/data_types.rb

Class Method Summary collapse

Class Method Details

.load_membersObject



1128
1129
1130
1131
1132
1133
1134
1135
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1128

def self.load_members
  object_of :BillingType, BillingCodeType, :namespace => :ebl, :required => true
  # Only needed for AutoBill billinng type. 
  object_of :BillingAgreementDescription, String, :namespace => :ebl
  object_of :PaymentType, MerchantPullPaymentCodeType, :namespace => :ebl
  # Custom annotation field for your exclusive use. 
  object_of :BillingAgreementCustom, String, :namespace => :ebl
end