Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2.19 KB

ApplicableNetwork.md

File metadata and controls

25 lines (21 loc) · 2.19 KB

ApplicableNetwork

Properties

Name Type Description Notes
code string Payment network code.
label string Display label of the payment network.
method string Indicates payment method this network belongs to.
grouping string Grouping code. Helps to group several payment networks together while displaying them on payment page (e.g. credit cards).
registration string Indicates whether this payment network supports registration and how this should be presented on payment page.
recurrence string Indicates whether this payment network supports recurring registration and how this should be presented on payment page.
redirect bool If `true` the payment via this network will result in redirect to the PSP web-site (e.g. PayPal, Sofortüberweisung, etc.).
button string Code of button-label when this network is selected. [optional]
selected bool If `true` this network should been initially pre-selected. [optional]
contract_data map[string,string] Map of public contract attributes (settings that are designed to be exposed, e.g. `button_color`) from the first possible route. [optional]
form_data \Optile\Model\FormData [optional]
i_frame_height int IFrame height for selective native, only supplied if "iFrame" link is present. [optional]
empty_form bool Indicates that form for this network is empty, without any text and input elements. [optional]
localized_input_elements \Optile\Model\InputElement[] Collection of form input elements. This information is only exposed if merchant indicated `jsonForms` option in the `view` query parameter. [optional]
routing \Optile\Model\Routing [optional]
links \Optile\Model\NetworkLinks

[Back to Model list] [Back to API list] [Back to README]