Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 547 Bytes

File metadata and controls

18 lines (12 loc) · 547 Bytes

PAYJPv2::SetupFlowPaymentMethodOptionsCardRequest

Properties

Name Type Description Notes
request_three_d_secure String 3D セキュア認証の要求方法。

Example

require 'payjpv2'

instance = PAYJPv2::SetupFlowPaymentMethodOptionsCardRequest.new(
  request_three_d_secure: null
)