PAYJPv2::PaymentMethodPayPayResponse Properties Name Type Description Notes object String [optional][default to 'payment_method'] id String ID livemode Boolean 本番環境かどうか type String customer_id String detached_at Time metadata Hash<String, MetadataValue> メタデータ created_at Time 作成日時 (UTC, ISO 8601 形式) updated_at Time 更新日時 (UTC, ISO 8601 形式) billing_details PaymentMethodBillingDetailsResponse 請求先情報 Example require 'payjpv2' instance = PAYJPv2::PaymentMethodPayPayResponse.new( object: null, id: null, livemode: null, type: null, customer_id: null, detached_at: null, metadata: null, created_at: null, updated_at: null, billing_details: null )