Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 537 Bytes

File metadata and controls

24 lines (18 loc) · 537 Bytes

PAYJPv2::CheckoutSessionCustomerDetailsResponse

Properties

Name Type Description Notes
name String
email String
phone String
address CheckoutSessionCustomerDetailsAddressResponse

Example

require 'payjpv2'

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