logPurchaseCommandToProto static method
Implementation
static FBLogPurchaseMessageRequest logPurchaseCommandToProto(
FBLogPurchaseCommand command) {
return FBLogPurchaseMessageRequest(
amount: command.amount,
currency: command.currency,
eventParameter: command.eventParameter,
);
}