react-native-paypal-buttons
Version:
React native implementation of PayPal Buttons
72 lines (71 loc) • 3.32 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PaymentButtonSize = exports.PaymentButtonLabel = exports.PaymentButtonFundingSource = exports.PaymentButtonEdges = exports.PaymentButtonColor = exports.PayPalButtonLabel = exports.PayPalButtonColor = exports.PayLaterButtonColor = exports.CreditButtonColor = void 0;
let PaymentButtonSize = exports.PaymentButtonSize = /*#__PURE__*/function (PaymentButtonSize) {
PaymentButtonSize["MINI"] = "MINI";
PaymentButtonSize["COLLAPSED"] = "COLLAPSED";
PaymentButtonSize["EXPANDED"] = "EXPANDED";
PaymentButtonSize["FULL"] = "FULL";
return PaymentButtonSize;
}({});
let PaymentButtonLabel = exports.PaymentButtonLabel = /*#__PURE__*/function (PaymentButtonLabel) {
PaymentButtonLabel["NONE"] = "None";
PaymentButtonLabel["CHECKOUT"] = "Checkout";
PaymentButtonLabel["BUY_NOW"] = "Buy Now";
PaymentButtonLabel["PAY_WITH"] = "Pay with";
PaymentButtonLabel["PAY_LATER"] = "Pay Later";
return PaymentButtonLabel;
}({});
let PayPalButtonLabel = exports.PayPalButtonLabel = /*#__PURE__*/function (PayPalButtonLabel) {
PayPalButtonLabel["NONE"] = "None";
PayPalButtonLabel["CHECKOUT"] = "Checkout";
PayPalButtonLabel["BUY_NOW"] = "Buy Now";
PayPalButtonLabel["PAY_WITH"] = "Pay with";
return PayPalButtonLabel;
}({});
let PaymentButtonFundingSource = exports.PaymentButtonFundingSource = /*#__PURE__*/function (PaymentButtonFundingSource) {
PaymentButtonFundingSource["PAYPAL"] = "PayPal";
PaymentButtonFundingSource["PAY_LATER"] = "Pay Later";
PaymentButtonFundingSource["CREDIT"] = "Credit";
return PaymentButtonFundingSource;
}({});
let PaymentButtonEdges = exports.PaymentButtonEdges = /*#__PURE__*/function (PaymentButtonEdges) {
PaymentButtonEdges["HARD_EDGES"] = "hardEdges";
PaymentButtonEdges["SOFT_EDGES"] = "softEdges";
PaymentButtonEdges["ROUNDED"] = "rounded";
return PaymentButtonEdges;
}({});
let PaymentButtonColor = exports.PaymentButtonColor = /*#__PURE__*/function (PaymentButtonColor) {
PaymentButtonColor["GOLD"] = "#FFC439";
PaymentButtonColor["WHITE"] = "#FFFFFF";
PaymentButtonColor["BLACK"] = "#000000";
PaymentButtonColor["SILVER"] = "#EEEEEE";
PaymentButtonColor["BLUE"] = "#0070BA";
PaymentButtonColor["DARK_BLUE"] = "#073990";
return PaymentButtonColor;
}({});
let PayPalButtonColor = exports.PayPalButtonColor = /*#__PURE__*/function (PayPalButtonColor) {
PayPalButtonColor["GOLD"] = "#FFC439";
PayPalButtonColor["WHITE"] = "#FFFFFF";
PayPalButtonColor["BLACK"] = "#000000";
PayPalButtonColor["SILVER"] = "#EEEEEE";
PayPalButtonColor["BLUE"] = "#0070BA";
return PayPalButtonColor;
}({});
let PayLaterButtonColor = exports.PayLaterButtonColor = /*#__PURE__*/function (PayLaterButtonColor) {
PayLaterButtonColor["GOLD"] = "#FFC439";
PayLaterButtonColor["WHITE"] = "#FFFFFF";
PayLaterButtonColor["BLACK"] = "#000000";
PayLaterButtonColor["SILVER"] = "#EEEEEE";
PayLaterButtonColor["BLUE"] = "#0070BA";
return PayLaterButtonColor;
}({});
let CreditButtonColor = exports.CreditButtonColor = /*#__PURE__*/function (CreditButtonColor) {
CreditButtonColor["WHITE"] = "#FFFFFF";
CreditButtonColor["BLACK"] = "#000000";
CreditButtonColor["DARK_BLUE"] = "#073990";
return CreditButtonColor;
}({});
//# sourceMappingURL=types.js.map