Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 547 Bytes

File metadata and controls

18 lines (12 loc) · 547 Bytes

PAYJPv2::DisplayPreferenceRequest

Properties

Name Type Description Notes
preference String この支払い方法がアカウントで有効になっているかどうか

Example

require 'payjpv2'

instance = PAYJPv2::DisplayPreferenceRequest.new(
  preference: null
)