class PayPal::SDK::Merchant::DataTypes::GetMobileStatusResponseType

Indicates whether the phone is activated for mobile payments

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 4878
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