class PayPal::SDK::Merchant::DataTypes::BillingAgreementDetailsType
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 1145 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