Exemple #1
0
 public static void SetReceipt(this IBPNPayment This, BPNReceipt value)
 {
     if (value == null)
     {
         throw new ArgumentNullException("value");
     }
     global::ApiDefinition.Messaging.void_objc_msgSend_IntPtr(This.Handle, Selector.GetHandle("setReceipt:"), value.Handle);
 }
Exemple #2
0
 public static BPNReceipt GetReceipt(this IBPNPayment This)
 {
     return(Runtime.GetNSObject <BPNReceipt> (global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("receipt"))));
 }
Exemple #3
0
 public static BridgeCommResponse GetBridgeCommResponse(this IBPNPayment This)
 {
     return(Runtime.GetNSObject <BridgeCommResponse> (global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("bridgeCommResponse"))));
 }