Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
com.intuit.ipp.serialization.custom |
Modifier and Type | Field and Description |
---|---|
protected CCAVSMatchEnum |
CreditChargeResponse.avsStreet |
protected CCAVSMatchEnum |
CreditChargeResponse.avsZip |
Modifier and Type | Method and Description |
---|---|
static CCAVSMatchEnum |
CCAVSMatchEnum.fromValue(String v) |
CCAVSMatchEnum |
CreditChargeResponse.getAvsStreet()
Gets the value of the avsStreet property.
|
CCAVSMatchEnum |
CreditChargeResponse.getAvsZip()
Gets the value of the avsZip property.
|
static CCAVSMatchEnum |
CCAVSMatchEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCAVSMatchEnum[] |
CCAVSMatchEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CreditChargeResponse.setAvsStreet(CCAVSMatchEnum value)
Sets the value of the avsStreet property.
|
void |
CreditChargeResponse.setAvsZip(CCAVSMatchEnum value)
Sets the value of the avsZip property.
|
Modifier and Type | Method and Description |
---|---|
void |
CCAVSMatchEnumJsonSerializer.serialize(CCAVSMatchEnum value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2017. All rights reserved.