class Veritrans::Tercerog::Mdk::ScoreatpayContactDto

連絡先情報クラス

@author

VeriTrans Inc.

Public Instance Methods

address1() click to toggle source

住所(都道府県)を取得する

@return

住所(都道府県)

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 137
def address1
  @address1 = nil unless instance_variable_defined?(:@address1)
  @address1
end
address1=(address1) click to toggle source

住所(都道府県)を設定する

@param

address1 住所(都道府県)

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 146
def address1=(address1)
  @address1 = address1
end
address2() click to toggle source

住所(市区町村)を取得する

@return

住所(市区町村)

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 154
def address2
  @address2 = nil unless instance_variable_defined?(:@address2)
  @address2
end
address2=(address2) click to toggle source

住所(市区町村)を設定する

@param

address2 住所(市区町村)

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 163
def address2=(address2)
  @address2 = address2
end
address3() click to toggle source

住所(市区町村以降)を取得する

@return

住所(市区町村以降)

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 171
def address3
  @address3 = nil unless instance_variable_defined?(:@address3)
  @address3
end
address3=(address3) click to toggle source

住所(市区町村以降)を設定する

@param

address3 住所(市区町村以降)

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 180
def address3=(address3)
  @address3 = address3
end
company_name() click to toggle source

会社名を取得する

@return

会社名

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 188
def company_name
  @company_name = nil unless instance_variable_defined?(:@company_name)
  @company_name
end
company_name=(company_name) click to toggle source

会社名を設定する

@param

#company_name 会社名

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 197
def company_name=(company_name)
  @company_name = company_name
end
department_name() click to toggle source

部署名を取得する

@return

部署名

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 205
def department_name
  @department_name = nil unless instance_variable_defined?(:@department_name)
  @department_name
end
department_name=(department_name) click to toggle source

部署名を設定する

@param

#department_name 部署名

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 214
def department_name=(department_name)
  @department_name = department_name
end
email() click to toggle source

メールアドレスを取得する

@return

メールアドレス

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 86
def email
  @email = nil unless instance_variable_defined?(:@email)
  @email
end
email=(email) click to toggle source

メールアドレスを設定する

@param

email メールアドレス

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 95
def email=(email)
  @email = email
end
full_kana_name() click to toggle source

フルネーム(カナ)を取得する

@return

フルネーム(カナ)

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 35
def full_kana_name
  @full_kana_name = nil unless instance_variable_defined?(:@full_kana_name)
  @full_kana_name
end
full_kana_name=(full_kana_name) click to toggle source

フルネーム(カナ)を設定する

@param

#full_kana_name フルネーム(カナ)

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 44
def full_kana_name=(full_kana_name)
  @full_kana_name = full_kana_name
end
full_name() click to toggle source

フルネーム(漢字)を取得する

@return

フルネーム(漢字)

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 18
def full_name
  @full_name = nil unless instance_variable_defined?(:@full_name)
  @full_name
end
full_name=(full_name) click to toggle source

フルネーム(漢字)を設定する

@param

#full_name フルネーム(漢字)

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 27
def full_name=(full_name)
  @full_name = full_name
end
mobile() click to toggle source

携帯電話番号を取得する

@return

携帯電話番号

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 69
def mobile
  @mobile = nil unless instance_variable_defined?(:@mobile)
  @mobile
end
mobile=(mobile) click to toggle source

携帯電話番号を設定する

@param

mobile 携帯電話番号

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 78
def mobile=(mobile)
  @mobile = mobile
end
mobile_email() click to toggle source

携帯メールアドレスを取得する

@return

携帯メールアドレス

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 103
def mobile_email
  @mobile_email = nil unless instance_variable_defined?(:@mobile_email)
  @mobile_email
end
mobile_email=(mobile_email) click to toggle source

携帯メールアドレスを設定する

@param

#mobile_email 携帯メールアドレス

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 112
def mobile_email=(mobile_email)
  @mobile_email = mobile_email
end
tel() click to toggle source

電話番号を取得する

@return

電話番号

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 52
def tel
  @tel = nil unless instance_variable_defined?(:@tel)
  @tel
end
tel=(tel) click to toggle source

電話番号を設定する

@param

tel 電話番号

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 61
def tel=(tel)
  @tel = tel
end
zip_code() click to toggle source

郵便番号を取得する

@return

郵便番号

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 120
def zip_code
  @zip_code = nil unless instance_variable_defined?(:@zip_code)
  @zip_code
end
zip_code=(zip_code) click to toggle source

郵便番号を設定する

@param

#zip_code 郵便番号

# File tgMdk/lib/tg_mdk/mdk_dto/scoreatpay_contact_dto.rb, line 129
def zip_code=(zip_code)
  @zip_code = zip_code
end