示例#1
0
 public static string GetTenderType(this IBPNPaymentRequest This)
 {
     return(NSString.FromHandle(global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("tenderType"))));
 }
示例#2
0
 public static NSDecimalNumber GetTipAmount(this IBPNPaymentRequest This)
 {
     return(Runtime.GetNSObject <NSDecimalNumber> (global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("tipAmount"))));
 }
示例#3
0
 public static BPNAddress GetShippingAddress(this IBPNPaymentRequest This)
 {
     return(Runtime.GetNSObject <BPNAddress> (global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("shippingAddress"))));
 }
示例#4
0
 public static bool GetDisableEmv(this IBPNPaymentRequest This)
 {
     return(global::ApiDefinition.Messaging.bool_objc_msgSend(This.Handle, Selector.GetHandle("disableEmv")));
 }
示例#5
0
 public static string GetMerchantAccountCode(this IBPNPaymentRequest This)
 {
     return(NSString.FromHandle(global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("merchantAccountCode"))));
 }