Class: PayPal::SDK::ButtonManagerRails::DataTypes::GetMobileStatusResponseType
- Inherits:
-
AbstractResponseType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractResponseType
- PayPal::SDK::ButtonManagerRails::DataTypes::GetMobileStatusResponseType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
Indicates whether the phone is activated for mobile payments
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
4766 4767 4768 4769 4770 4771 4772 4773 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 4766 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 |