class PayPal::SDK::ButtonManagerRails::DataTypes::BillingAgreementDetailsType
Public Class Methods
load_members()
click to toggle source
# 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