Class: PayPal::SDK::ButtonManager::DataTypes::GetMobileStatusResponseType

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

Overview

Indicates whether the phone is activated for mobile payments

Class Method Summary collapse

Class Method Details

.load_membersObject



4648
4649
4650
4651
4652
4653
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 4648

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