Class EcommerceRequestDto

java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.psd2.EcommerceRequestDto

public class EcommerceRequestDto extends Object
Request to call POST ecommerce products.
  • Field Details

    • companyId

      @NotNull private @NotNull String companyId
      Company identifier.
    • documentId

      @NotNull private @NotNull String documentId
      User Document identifier.
    • coreUserId

      @NotNull private @NotNull String coreUserId
      Core user identifier.
    • panToken

      @NotNull private @NotNull String panToken
      Core product identifier.
    • operationId

      @NotNull private @NotNull String operationId
      Operation identifier.
    • merchantName

      @NotNull private @NotNull String merchantName
      Establishment name.
    • purchaseAmount

      @NotNull private @NotNull Double purchaseAmount
      Imported.
    • purchaseCurrency

      @NotNull private @NotNull String purchaseCurrency
      Currency type.
  • Constructor Details

    • EcommerceRequestDto

      public EcommerceRequestDto()