Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Created February 11, 2020 15:05
namespace BraintreeXFSample
{
public enum PaymentOptionEnum
{
CreditCard, Platform, PayPal
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment