Properties
Readonly getAccountOnFile
Readonly getClientSessionID
getClientSessionID: () => string
Readonly getErrorMessageIds
getErrorMessageIds: () => string[]
Readonly getMaskedValue
getMaskedValue: (paymentProductFieldId: string) => string | undefined
Type declaration
-
- (paymentProductFieldId: string): string | undefined
-
Parameters
-
paymentProductFieldId: string
Returns string | undefined
Readonly getMaskedValues
getMaskedValues: () => {}
Type declaration
-
-
Returns {}
-
[id: string]: string | undefined
Readonly getPaymentProduct
Readonly getTokenize
getTokenize: () => boolean
Readonly getUnmaskedValue
getUnmaskedValue: (paymentProductFieldId: string) => string | undefined
Type declaration
-
- (paymentProductFieldId: string): string | undefined
-
Parameters
-
paymentProductFieldId: string
Returns string | undefined
Readonly getUnmaskedValues
getUnmaskedValues: () => {}
Type declaration
-
-
Returns {}
-
[id: string]: string | undefined
Readonly getValue
getValue: (paymentProductFieldId: string) => string | undefined
Type declaration
-
- (paymentProductFieldId: string): string | undefined
-
Parameters
-
paymentProductFieldId: string
Returns string | undefined
Readonly getValues
getValues: () => {}
Type declaration
-
-
Returns {}
-
[id: string]: string | undefined
Readonly setAccountOnFile
Readonly setPaymentProduct
Readonly setTokenize
setTokenize: (tokenize: boolean) => void
Type declaration
-
- (tokenize: boolean): void
Readonly setValue
setValue: (paymentProductFieldId: string, value: string) => void
Type declaration
-
- (paymentProductFieldId: string, value: string): void
-
Parameters
-
paymentProductFieldId: string
-
value: string
Returns void
This function does not return for which field the errors are. Use .validate instead.