Overview of Jsonclasses in Payment Interface
What are Jsonclasses
Jsonclasses are a set of classes used to handle JSON data within the Payment Interface. They use Jackson annotations such as @JsonProperty
@JsonNaming
Where Jsonclasses are used
Jsonclasses are used in various parts of the Payment Interface, including the PaymentInterfaceJson
class and its associated classes like DbcrJson
OriginJson
WebController
and ParamsController
to handle payment-related requests and responses.
Example of Jsonclasses usage
The DbcrJson
OriginJson
The DbcrJson
commOrigin
OriginJson
@JsonProperty
COMM_ORIGIN
@JsonProperty("COMM_ORIGIN")
private OriginJson commOrigin;
This is an auto-generated document by Swimm 🌊 and has not yet been verified by a human