| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | ||
| phone | String | ||
| String | |||
| address | PaymentMethodBillingAddressResponse | 請求先の住所 |
require 'payjpv2'
instance = PAYJPv2::PaymentMethodBillingDetailsResponse.new(
name: null,
phone: null,
email: null,
address: null
)