Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 532 Bytes

File metadata and controls

28 lines (22 loc) · 532 Bytes

PAYJPv2::PaymentMethodBillingAddressResponse

Properties

Name Type Description Notes
country String
zip String
state String
city String
line1 String
line2 String

Example

require 'payjpv2'

instance = PAYJPv2::PaymentMethodBillingAddressResponse.new(
  country: null,
  zip: null,
  state: null,
  city: null,
  line1: null,
  line2: null
)