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



2668
2669
2670
2671
2672
2673
2674
2675
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2668

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