UNPKG

react-native-paypal-buttons

Version:
68 lines (67 loc) 2.77 kB
"use strict"; export let PaymentButtonSize = /*#__PURE__*/function (PaymentButtonSize) { PaymentButtonSize["MINI"] = "MINI"; PaymentButtonSize["COLLAPSED"] = "COLLAPSED"; PaymentButtonSize["EXPANDED"] = "EXPANDED"; PaymentButtonSize["FULL"] = "FULL"; return PaymentButtonSize; }({}); export let 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; }({}); export let PayPalButtonLabel = /*#__PURE__*/function (PayPalButtonLabel) { PayPalButtonLabel["NONE"] = "None"; PayPalButtonLabel["CHECKOUT"] = "Checkout"; PayPalButtonLabel["BUY_NOW"] = "Buy Now"; PayPalButtonLabel["PAY_WITH"] = "Pay with"; return PayPalButtonLabel; }({}); export let PaymentButtonFundingSource = /*#__PURE__*/function (PaymentButtonFundingSource) { PaymentButtonFundingSource["PAYPAL"] = "PayPal"; PaymentButtonFundingSource["PAY_LATER"] = "Pay Later"; PaymentButtonFundingSource["CREDIT"] = "Credit"; return PaymentButtonFundingSource; }({}); export let PaymentButtonEdges = /*#__PURE__*/function (PaymentButtonEdges) { PaymentButtonEdges["HARD_EDGES"] = "hardEdges"; PaymentButtonEdges["SOFT_EDGES"] = "softEdges"; PaymentButtonEdges["ROUNDED"] = "rounded"; return PaymentButtonEdges; }({}); export let 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; }({}); export let PayPalButtonColor = /*#__PURE__*/function (PayPalButtonColor) { PayPalButtonColor["GOLD"] = "#FFC439"; PayPalButtonColor["WHITE"] = "#FFFFFF"; PayPalButtonColor["BLACK"] = "#000000"; PayPalButtonColor["SILVER"] = "#EEEEEE"; PayPalButtonColor["BLUE"] = "#0070BA"; return PayPalButtonColor; }({}); export let PayLaterButtonColor = /*#__PURE__*/function (PayLaterButtonColor) { PayLaterButtonColor["GOLD"] = "#FFC439"; PayLaterButtonColor["WHITE"] = "#FFFFFF"; PayLaterButtonColor["BLACK"] = "#000000"; PayLaterButtonColor["SILVER"] = "#EEEEEE"; PayLaterButtonColor["BLUE"] = "#0070BA"; return PayLaterButtonColor; }({}); export let CreditButtonColor = /*#__PURE__*/function (CreditButtonColor) { CreditButtonColor["WHITE"] = "#FFFFFF"; CreditButtonColor["BLACK"] = "#000000"; CreditButtonColor["DARK_BLUE"] = "#073990"; return CreditButtonColor; }({}); //# sourceMappingURL=types.js.map