class PayPal::SDK::REST::DataTypes::PaymentCard

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 412
def self.load_members
  object_of :id, String
  object_of :number, String
  object_of :type, String
  object_of :expire_month, Integer
  object_of :expire_year, Integer
  object_of :start_month, String
  object_of :start_year, String
  object_of :cvv2, String
  object_of :first_name, String
  object_of :last_name, String
  object_of :billing_country, String
  object_of :billing_address, Address
  object_of :external_customer_id, String
  object_of :status, String
  object_of :card_product_class, String
  object_of :valid_until, String
  object_of :issue_number, String
end