Uses of Class
com.broadleafcommerce.vendor.chasepayment.service.orbital.domain.subschemas.Merchant
Packages that use Merchant
-
Uses of Merchant in com.broadleafcommerce.vendor.chasepayment.service.orbital.domain
Methods in com.broadleafcommerce.vendor.chasepayment.service.orbital.domain that return MerchantModifier and TypeMethodDescriptionOrbitalCaptureRequest.getMerchant()Captures details around the platform the merchant is using.OrbitalCaptureResponse.getMerchant()Captures details around the platform the merchant is using.OrbitalCreatePaymentRequest.getMerchant()Captures details around the platform the merchant is using.OrbitalCreatePaymentResponse.getMerchant()Captures details around the platform the merchant is using.OrbitalRefundRequest.getMerchant()Captures details around the platform the merchant is using.OrbitalRefundResponse.getMerchant()Captures details around the platform the merchant is using.OrbitalReversalRequest.getMerchant()Captures details around the platform the merchant is using.OrbitalReversalResponse.getMerchant()Captures details around the platform the merchant is using.Methods in com.broadleafcommerce.vendor.chasepayment.service.orbital.domain with parameters of type MerchantModifier and TypeMethodDescriptionvoidOrbitalCaptureRequest.setMerchant(Merchant merchant) Captures details around the platform the merchant is using.voidOrbitalCaptureResponse.setMerchant(Merchant merchant) Captures details around the platform the merchant is using.voidOrbitalCreatePaymentRequest.setMerchant(Merchant merchant) Captures details around the platform the merchant is using.voidOrbitalCreatePaymentResponse.setMerchant(Merchant merchant) Captures details around the platform the merchant is using.voidOrbitalRefundRequest.setMerchant(Merchant merchant) Captures details around the platform the merchant is using.voidOrbitalRefundResponse.setMerchant(Merchant merchant) Captures details around the platform the merchant is using.voidOrbitalReversalRequest.setMerchant(Merchant merchant) Captures details around the platform the merchant is using.voidOrbitalReversalResponse.setMerchant(Merchant merchant) Captures details around the platform the merchant is using.