PayerErrors
Overview
The PayerErrors dictionary is used by the Payment Request API to indicate the presence of—and to explain how to correct—validation errors in the payer details.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
property email: String read write;
String email { get; set; }
var email: String { get{} set{} }
String email { __get; __set; }
Property email() As String
name
property name: String read write;
String name { get; set; }
var name: String { get{} set{} }
String name { __get; __set; }
Property name() As String
phone
property phone: String read write;
String phone { get; set; }
var phone: String { get{} set{} }
String phone { __get; __set; }
Property phone() As String