All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.univapay.sdk.models.common.charge.CvvAuthorizationEnable Maven / Gradle / Ivy

The newest version!
package com.univapay.sdk.models.common.charge;

import com.google.gson.annotations.SerializedName;
import lombok.AllArgsConstructor;
import lombok.Data;

/** This is the model to map the parameters to enable the CVV Authorization on Charge Creation */
@Data
@AllArgsConstructor
public class CvvAuthorizationEnable {

  @SerializedName("enabled")
  private Boolean enabled;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy