Uses of Class
org.broadleafcommerce.common.payment.PaymentType
Packages that use PaymentType
-
Uses of PaymentType in org.broadleafcommerce.common.payment
Fields in org.broadleafcommerce.common.payment declared as PaymentTypeModifier and TypeFieldDescriptionstatic final PaymentTypePaymentType.APPLE_PAYstatic final PaymentTypePaymentType.BANK_ACCOUNTstatic final PaymentTypePaymentType.CHECKstatic final PaymentTypePaymentType.CODstatic final PaymentTypePaymentType.CREDIT_CARDstatic final PaymentTypePaymentType.CUSTOMER_CREDITstatic final PaymentTypePaymentType.CUSTOMER_PAYMENTstatic final PaymentTypePaymentType.ELECTRONIC_CHECKstatic final PaymentTypePaymentType.GIFT_CARDstatic final PaymentTypePaymentType.GOOGLE_PAYstatic final PaymentTypePaymentType.MONEY_ORDERstatic final PaymentTypePaymentType.PURCHASE_ORDERstatic final PaymentTypePaymentType.THIRD_PARTY_ACCOUNTIntended for modules like PayPal Express Checkoutstatic final PaymentTypePaymentType.WIREMethods in org.broadleafcommerce.common.payment that return PaymentType -
Uses of PaymentType in org.broadleafcommerce.common.payment.dto
Fields in org.broadleafcommerce.common.payment.dto declared as PaymentTypeModifier and TypeFieldDescriptionprotected PaymentTypePaymentRequestDTO.paymentTypeprotected PaymentTypePaymentResponseDTO.paymentTypeThe Type of Payment that this transaction response representsMethods in org.broadleafcommerce.common.payment.dto that return PaymentTypeModifier and TypeMethodDescriptionPaymentRequestDTO.getPaymentType()PaymentResponseDTO.getPaymentType()Methods in org.broadleafcommerce.common.payment.dto with parameters of type PaymentTypeConstructors in org.broadleafcommerce.common.payment.dto with parameters of type PaymentTypeModifierConstructorDescriptionPaymentResponseDTO(PaymentType paymentType, PaymentGatewayType gatewayType)