Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2.19 KB

AccountRegistration.md

File metadata and controls

25 lines (21 loc) · 2.19 KB

AccountRegistration

Properties

Name Type Description Notes
links \Optile\Model\AccountLinks
id string The ID of this registered account. [optional]
code string Payment network code of the registration.
label string Display label of the payment network for this registration.
masked_account \Optile\Model\AccountMask
registration bool Indicates that this account has at least one active one-click payment service provider registration. [optional]
recurrence bool Indicates that this account has at least one active registration payment service provider registration. [optional]
last_successful_charge_at \DateTime Time stamp of last successful `CHARGE` operation performed with this account. [optional]
selected bool Indicates that this account registration is initially selected. [optional]
i_frame_height int IFrame height for selective native, only supplied if "iFrame" link is present. [optional]
preferred_at \DateTime Timestamp when this account was marked as preferred. [optional]
created_at \DateTime Timestamp when this account was created. [optional]
empty_form bool Indicates that form for this account 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]
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]

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