class PayPal::SDK::ButtonManagerRails::DataTypes::UATPDetailsType
UATP Card Details Type
Public Class Methods
load_members()
click to toggle source
# 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