Exemplo n.º 1
0
 public static Payment AddPayment(this UserPaymentData paymentData, PayRequest request, BillingPrice price, DateTime now, OfferPaymentInfo offer = null, SubscriptionPaymentInfo subscription = null) => default;
Exemplo n.º 2
0
 public static Payment With(this Payment payment, BillingPrice price) => default;
Exemplo n.º 3
0
 public static Payment AndPayment(this UserPaymentData paymentData, string billingTxId, string clientTxId, BillingPrice price, string originalCurrency, double?originalAmount, int?netEasePaymentTypeId, DateTime now, OfferPaymentInfo info = null, SubscriptionPaymentInfo subscriptionInfo = null, GooglePointsPaymentInfo googlePointsInfo = null, BattlePassPaymentInfo battlePassInfo = null, bool isTestPayment = false) => default;