Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 529 Bytes

File metadata and controls

24 lines (18 loc) · 529 Bytes

PAYJPv2::PaymentMethodBillingDetailsResponse

Properties

Name Type Description Notes
name String
phone String
email String
address PaymentMethodBillingAddressResponse 請求先の住所

Example

require 'payjpv2'

instance = PAYJPv2::PaymentMethodBillingDetailsResponse.new(
  name: null,
  phone: null,
  email: null,
  address: null
)