class PayPal::SDK::ButtonManagerRails::DataTypes::BAUpdateRequestType

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 3983
def self.load_members
  object_of :ReferenceID, String, :namespace => :ns, :required => true
  object_of :BillingAgreementDescription, String, :namespace => :ns
  object_of :BillingAgreementStatus, MerchantPullStatusCodeType, :namespace => :ns
  object_of :BillingAgreementCustom, String, :namespace => :ns
end