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); }
public static BPNReceipt GetReceipt(this IBPNPayment This) { return(Runtime.GetNSObject <BPNReceipt> (global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("receipt")))); }
public static BridgeCommResponse GetBridgeCommResponse(this IBPNPayment This) { return(Runtime.GetNSObject <BridgeCommResponse> (global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("bridgeCommResponse")))); }