[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
OrgPaymentMethodItem
Defines the properties of the org payment method item.
Properties
array of
PaymentMethodInvalidityDetail
invalidityDetailsList
Optional
The invalidity details list of Payment Method Invalidity Detail.
boolean
isValid
Optional
The flag to identify the Org Payment Method Item is valid or not.
JSON Example
{
"invalidityDetailsList": [
{
"error": "...",
"errorCode": "PBI_NOT_ACTIVE"
},
{
"error": "...",
"errorCode": "CC_EXPIRED"
}
],
"isValid": true
}