Class: Unit::Card::CreateBusinessCreditCardRequest

Inherits:
CreateBusinessDebitCardRequest show all
Defined in:
lib/unit/models/card/create_business_credit_card_request.rb

Instance Attribute Summary

Attributes inherited from CreateBusinessDebitCardRequest

#account_id, #additional_embossed_text, #address, #date_of_birth, #design, #email, #expiry_date, #full_name, #idempotency_key, #limits, #phone, #print_only_business_name, #shipping_address, #tags, #type

Instance Method Summary collapse

Methods inherited from CreateBusinessDebitCardRequest

#to_json_api

Constructor Details

#initialize(account_id, full_name, date_of_birth, address, shipping_address = nil, phone = nil, email = nil, design = nil, additional_embossed_text = nil, idempotency_key = nil, tags = nil, limits = nil, print_only_business_name = nil, expiry_date = nil) ⇒ CreateBusinessCreditCardRequest



22
23
24
25
26
# File 'lib/unit/models/card/create_business_credit_card_request.rb', line 22

def initialize(, full_name, date_of_birth, address, shipping_address = nil, phone = nil, email = nil, design = nil,
               additional_embossed_text = nil, idempotency_key = nil, tags = nil, limits = nil, print_only_business_name = nil, expiry_date = nil)
  super
  @type = "businessCreditCard"
end