PaypalPaymentIntent.java 106 B

12345
  1. package com.fdkankan.ucenter.pay.paypal.sdk;
  2. public enum PaypalPaymentIntent {
  3. sale, authorize, order
  4. }