Package com.broadleafcommerce.paymentgateway.domain
package com.broadleafcommerce.paymentgateway.domain
-
ClassDescriptionAddress<T>CreditCard<T>A DTO that contains information needed to save transaction data from a payment gateway.GiftCard<T>The Payment information that is used to add, update or remove the payment method properties, using the provided payment type and additional attributes.A DTO that is comprised of all the information that is sent to a Payment Gateway to complete a transaction.The DTO object that represents the response coming back from any call to the Gateway.Used to store individual transactions about a particular payment.This entity is designed to store payment methods associated to a Cart, the
PaymentValidationRequest.getAmount()
the user is to be charged via that payment method, and the history of attempted transactions (authorizations, charges, refunds, etc.) against that payment method for the owning Cart.Subscription<T>Describes the identifier of a transaction.