Class: PayPal::SDK::Merchant::DataTypes::GetMobileStatusResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

Indicates whether the phone is activated for mobile payments

Class Method Summary collapse

Class Method Details

.load_membersObject



4871
4872
4873
4874
4875
4876
4877
4878
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4871

def self.load_members
  # Indicates whether the phone is activated for mobile payments 
  object_of :IsActivated, Integer, :namespace => :ns, :required => true
  # Indicates whether the password is enabled for particular account 
  object_of :IsPasswordSet, Integer, :namespace => :ns, :required => true
  # Indicates whether there is a payment pending from the phone 
  object_of :PaymentPending, Integer, :namespace => :ns, :required => true
end