Class: PayPal::SDK::ButtonManagerRails::DataTypes::UATPDetailsType

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

Overview

UATP Card Details Type

Class Method Summary collapse

Class Method Details

.load_membersObject



2602
2603
2604
2605
2606
2607
2608
2609
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 2602

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