Class MessageConstants
- java.lang.Object
-
- com.broadleafcommerce.paypal.micro.service.MessageConstants
-
public class MessageConstants extends Object
- Author:
- Jeff Fischer
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MessageConstants()
-
-
-
Field Detail
-
TOTAL
public static final String TOTAL
- See Also:
- Constant Field Values
-
AUTHORIZATION_ID
public static final String AUTHORIZATION_ID
- See Also:
- Constant Field Values
-
CAPTURE_ID
public static final String CAPTURE_ID
- See Also:
- Constant Field Values
-
REFUND_ID
public static final String REFUND_ID
- See Also:
- Constant Field Values
-
PAYER_ID
public static final String PAYER_ID
- See Also:
- Constant Field Values
-
ORDER_ID
public static final String ORDER_ID
- See Also:
- Constant Field Values
-
ORDER_STATUS
public static final String ORDER_STATUS
- See Also:
- Constant Field Values
-
DETAILS_PAYMENT_ITEM_TOTAL
public static final String DETAILS_PAYMENT_ITEM_TOTAL
- See Also:
- Constant Field Values
-
DETAILS_PAYMENT_SHIPPING_TOTAL
public static final String DETAILS_PAYMENT_SHIPPING_TOTAL
- See Also:
- Constant Field Values
-
DETAILS_PAYMENT_SHIPPING_DISCOUNT
public static final String DETAILS_PAYMENT_SHIPPING_DISCOUNT
- See Also:
- Constant Field Values
-
DETAILS_PAYMENT_TOTAL_TAX
public static final String DETAILS_PAYMENT_TOTAL_TAX
- See Also:
- Constant Field Values
-
DETAILS_PAYMENT_TRANSACTION_ID
public static final String DETAILS_PAYMENT_TRANSACTION_ID
- See Also:
- Constant Field Values
-
HTTP_HEADER_AUTH_ASSERTION
public static final String HTTP_HEADER_AUTH_ASSERTION
- See Also:
- Constant Field Values
-
HTTP_HEADER_CLIENT_METADATA_ID
public static final String HTTP_HEADER_CLIENT_METADATA_ID
- See Also:
- Constant Field Values
-
IDEMPOTENCY_KEY
public static final String IDEMPOTENCY_KEY
- See Also:
- Constant Field Values
-
HTTP_HEADER_REQUEST_ID
public static final String HTTP_HEADER_REQUEST_ID
- See Also:
- Constant Field Values
-
HTTP_HEADER_PREFER
public static final String HTTP_HEADER_PREFER
- See Also:
- Constant Field Values
-
HTTP_HEADER_MOCK_RESPONSE
public static final String HTTP_HEADER_MOCK_RESPONSE
- See Also:
- Constant Field Values
-
BN
public static final String BN
- See Also:
- Constant Field Values
-
BN_CODE
public static final String 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:
- Constant Field Values
-
HTTP_PAYER_ID
public static final String HTTP_PAYER_ID
- See Also:
- Constant Field Values
-
HTTP_ORDER_ID
public static final String HTTP_ORDER_ID
- See Also:
- Constant Field Values
-
ERROR_MESSAGE
public static final String ERROR_MESSAGE
- See Also:
- Constant Field Values
-
ERROR_DEBUG_ID
public static final String ERROR_DEBUG_ID
- See Also:
- Constant Field Values
-
PAYEE_MERCHANT_ID
public static final String PAYEE_MERCHANT_ID
An additional field to store the merchant ID of the partner merchant when using PayPal's marketplace offering.- See Also:
- Constant Field Values
-
PAYEE_MERCHANT_EMAIL
public static final String PAYEE_MERCHANT_EMAIL
An additional field to store the merchant email of the partner merchant when using PayPal's marketplace offering.- See Also:
- Constant Field Values
-
SHIPPING_PREFERENCE
public static final String 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:
- Constant Field Values
-
LOCALE
public static final String LOCALE
- See Also:
- Constant Field Values
-
-