Class MessageConstants
java.lang.Object
com.broadleafcommerce.paypal.micro.service.MessageConstants
- Author:
- Jeff Fischer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
Broadleaf's default partner attribution ID.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
An additional field to store the merchant email of the partner merchant when using PayPal's marketplace offering.static final String
An additional field to store the merchant ID of the partner merchant when using PayPal's marketplace offering.static final String
static final String
static final String
An additional field to store the shipping preference.static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TOTAL
- See Also:
-
AUTHORIZATION_ID
- See Also:
-
CAPTURE_ID
- See Also:
-
REFUND_ID
- See Also:
-
PAYER_ID
- See Also:
-
ORDER_ID
- See Also:
-
ORDER_STATUS
- See Also:
-
DETAILS_PAYMENT_ITEM_TOTAL
- See Also:
-
DETAILS_PAYMENT_SHIPPING_TOTAL
- See Also:
-
DETAILS_PAYMENT_SHIPPING_DISCOUNT
- See Also:
-
DETAILS_PAYMENT_TOTAL_TAX
- See Also:
-
DETAILS_PAYMENT_TRANSACTION_ID
- See Also:
-
HTTP_HEADER_AUTH_ASSERTION
- See Also:
-
HTTP_HEADER_CLIENT_METADATA_ID
- See Also:
-
IDEMPOTENCY_KEY
- See Also:
-
HTTP_HEADER_REQUEST_ID
- See Also:
-
HTTP_HEADER_PREFER
- See Also:
-
HTTP_HEADER_MOCK_RESPONSE
- See Also:
-
BN
- See Also:
-
BN_CODE
Broadleaf's default partner attribution ID. This should be included in all requests unless using PayPal's marketplace offering, in which case use the registered partner's BN code.- See Also:
-
HTTP_PAYER_ID
- See Also:
-
HTTP_ORDER_ID
- See Also:
-
ERROR_MESSAGE
- See Also:
-
ERROR_DEBUG_ID
- See Also:
-
PAYEE_MERCHANT_ID
An additional field to store the merchant ID of the partner merchant when using PayPal's marketplace offering.- See Also:
-
PAYEE_MERCHANT_EMAIL
An additional field to store the merchant email of the partner merchant when using PayPal's marketplace offering.- See Also:
-
SHIPPING_PREFERENCE
An additional field to store the shipping preference. This controls whether the customer inputs shipping info with PayPal or if it is provided some other way. Possible values are:GET_FROM_FILE
: The customer provides the address on the PayPal siteNO_SHIPPING
: The shipping address is not shown on the PayPal siteSET_PROVIDED_ADDRESS
: The merchant provides the shipping address that is show and the customer cannot edit it.
- See Also:
-
LOCALE
- See Also:
-
-
Constructor Details
-
MessageConstants
public MessageConstants()
-