Class EcommerceRequestDto
java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.psd2.EcommerceRequestDto
Request to call POST ecommerce products.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @NotNull StringCompany identifier.private @NotNull StringCore user identifier.private @NotNull StringUser Document identifier.private @NotNull StringEstablishment name.private @NotNull StringOperation identifier.private @NotNull StringCore product identifier.private @NotNull DoubleImported.private @NotNull StringCurrency type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
companyId
Company identifier. -
documentId
User Document identifier. -
coreUserId
Core user identifier. -
panToken
Core product identifier. -
operationId
Operation identifier. -
merchantName
Establishment name. -
purchaseAmount
Imported. -
purchaseCurrency
Currency type.
-
-
Constructor Details
-
EcommerceRequestDto
public EcommerceRequestDto()
-