AuthorizeNetMessage
import { AuthorizeNetMessage } from '@daffodil/authorizenet'
interface AuthorizeNetMessage {
code: string
text: string
}
Properties
Name | Type | Description |
---|---|---|
code | string | |
text | string |
import { AuthorizeNetMessage } from '@daffodil/authorizenet'
interface AuthorizeNetMessage {
code: string
text: string
}
Name | Type | Description |
---|---|---|
code | string | |
text | string |