Class: PayPal::SDK::ButtonManager::DataTypes::UATPDetailsType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager/data_types.rb

Overview

UATP Card Details Type

Class Method Summary collapse

Class Method Details

.load_membersObject



2567
2568
2569
2570
2571
2572
2573
2574
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2567

def self.load_members
  # UATP Card Number
  object_of :UATPNumber, String, :namespace => :ebl
  # UATP Card expirty month
  object_of :ExpMonth, Integer, :namespace => :ebl
  # UATP Card expirty year
  object_of :ExpYear, Integer, :namespace => :ebl
end