Class: PayPal::SDK::Merchant::DataTypes::UATPDetailsType

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

Overview

UATP Card Details Type

Class Method Summary collapse

Class Method Details

.load_membersObject



2661
2662
2663
2664
2665
2666
2667
2668
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2661

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